home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  419 b   |  15 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    var _loc4_ = this.getBytesLoaded() / this.getBytesTotal();
  5.    var _loc2_ = this.mcLoader.mcPercent;
  6.    var _loc3_ = this.mcLoader.mcBar;
  7.    _loc2_.gotoAndStop(Math.ceil(_loc4_ * _loc2_._totalframes));
  8.    _loc3_.gotoAndStop(Math.ceil(_loc4_ * _loc3_._totalframes));
  9.    if(this._framesloaded >= 11)
  10.    {
  11.       this.play();
  12.       delete this.onEnterFrame;
  13.    }
  14. };
  15.